-- card: 7556 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2664 -- name: -- part 1 (button) -- low flags: 00 -- high flags: A000 -- rect: left=467 top=77 right=125 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 1002 / 1002 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: #4 ----- HyperTalk script ----- on mouseUp push card go to card id 9335 end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: A000 -- rect: left=467 top=132 right=180 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 1002 / 1002 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: #5 ----- HyperTalk script ----- on mouseUp push card go to card id 9985 end mouseUp -- part contents for background part 13 ----- text ----- Let's make our first modification, and change the word File to Disk Stuff. Just select the text in the box like you do in MacWrite, and enter in our new title. See example at bottom of Example #4. There! You've just made a change to a menu with ResEdit, and the Mac didn't even crash! Actually, nothing is permanently changed until you close the file up and tell ResEdit to save, but we'll get to that soon enough. Now, in the top figure on the previous page, you can see the information for the menu's first command under the asterisks, menuItem New Folder. Click button Example #5. I've scrolled down the window a little bit so we can see more of the information pertaining to this item. All menu items have the same basic setup; if you read the text descriptions you can probably figure out most of what is being presented here pretty easily. Hmmmm... actually, what do you say we scroll down a couple of items to make a change that some folks I know consider very useful. On the way down we encounter the next menu item, Open, following New Folder in the same order that it appears on the actual menu when we're in the Finder. Next up is the one we're going to alter: the Print command.